home *** CD-ROM | disk | FTP | other *** search
/ El Mac 9 / El Mac 9.iso / Shareware / Applications / Charting Coach v1.5 / Charting Coach v1.dxr / 00294.ls < prev    next >
Encoding:
Text File  |  1996-04-08  |  351 b   |  20 lines

  1. on mouseUp
  2.   global correctionMade
  3.   if the doubleClick then
  4.     exit
  5.   end if
  6.   cursor(4)
  7.   readCycleInfo()
  8.   if count(stamp) > 0 then
  9.     hideDays()
  10.     put " " into field "problem"
  11.     go("monthly")
  12.     set correctionMade to 0
  13.     cursor(0)
  14.     showMonthlyDays()
  15.   else
  16.     cursor(0)
  17.     alert("No entries were posted to this cycle.")
  18.   end if
  19. end
  20.